Skip to content

Conversation

michaelbeaumont
Copy link

@michaelbeaumont michaelbeaumont commented Mar 14, 2025

This is the try_ version of StreamExt::scan from master, where the accumulator argument is by value as opposed to by reference, see #2171. Additionally, it's placed on StreamExt as opposed to TryStreamExt, see #2342.

Question: can this be backported to 0.3?

@rustbot rustbot added A-stream Area: futures::stream S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 14, 2025
This is the `try_` version of `StreamExt::scan` from master, where the
accumulator argument is by value as opposed to by reference, see rust-lang#2171.
Additionally, it's placed on `StreamExt` as opposed to `TryStreamExt`, see rust-lang#2342.
@michaelbeaumont michaelbeaumont changed the base branch from 0.3 to master March 14, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants